.swiper {
  width: 100%;
  margin-bottom: 20px;
  /* height: 40rem; */
  /* height: 100%; */
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
.swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #333;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  background: #000;
}
